<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* flexslider */
.flexslider{position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat; height:100%; width:100%;}
.slides{position:relative;z-index:1;}
.slides li{overflow:hidden; margin:0; padding:0;}
.slides li img{width:100%;}
.flex-control-nav{position:absolute;bottom:20px;z-index:2;width:100%;text-align:center; margin:0; padding:0; z-index:99;}
.flex-control-nav li{display:inline-block;width:13px;height:13px;margin:0 5px;*display:inline;zoom:1; z-index:99;}
.flex-control-nav a{display:inline-block;width:13px;height:13px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:999;width:100%;top:35%;}
.flex-direction-nav li a{display:block;width:55px;height:75px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/left.png) center center no-repeat;transition: all 0.3s;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/right.png) center center no-repeat;transition: all 0.3s;}
</pre></body></html>